home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / slrn / slrn_src / src / post.h < prev    next >
C/C++ Source or Header  |  1999-05-14  |  1KB  |  35 lines

  1. /* Copyright (c) 1998 John E. Davis (davis@space.mit.edu)
  2.  *
  3.  * This file is part of slrn.
  4.  *
  5.  * Slrn is free software; you can redistribute it and/or modify it
  6.  * under the terms of the GNU General Public License as published by the
  7.  * Free Software Foundation; either version 2, or (at your option) any
  8.  * later version.
  9.  * 
  10.  * Slrn is distributed in the hope that it will be useful, but WITHOUT
  11.  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12.  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13.  * for more details.
  14.  * 
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with Slrn; see the file COPYING.  If not, write to the Free
  17.  * Software Foundation, 59 Temple Place - Suite 330, 
  18.  * Boston, MA  02111-1307, USA.
  19.  */
  20.  
  21. extern void slrn_add_signature (FILE *);
  22. extern int slrn_add_custom_headers (FILE *, char *, int (*)(char *, FILE *));
  23. extern int slrn_post (char *, char *, char *);
  24. extern int slrn_post_file (char *, char *, int);
  25. extern void slrn_post_postponed (void);
  26. extern int slrn_save_file_to_mail_file (char *, char *, char *);
  27. extern char *Slrn_Courtesy_CC_Message;
  28. extern char *Slrn_Save_Posts_File;
  29. extern char *Slrn_Save_Replies_File;
  30. extern char *Slrn_Last_Message_Id;
  31. extern char *Slrn_Post_Custom_Headers;
  32. extern int Slrn_Reject_Long_Lines;
  33. extern char *Slrn_Postpone_Dir;
  34. extern int Slrn_Generate_Message_Id;
  35.